home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / arc30.zip / @6014.ADF next >
Text File  |  1987-11-30  |  6KB  |  133 lines

  1. ;ARCNET-PS110 Configuration Diskette Program
  2. ;SMC part no. 140.500
  3. ;File @6014.adf
  4. ;version 1.0 rev 0
  5.  
  6. AdapterID 06014h
  7.  
  8. AdapterName  "Standard Microsystems Corporation ARCNET-PS110"
  9.  
  10. NumBytes 3
  11.  
  12. nameditem
  13.         Prompt  "RAM Buffer Base Address"
  14.           Choice "Segment C000" pos[0]=0000XXXXb mem 0c0000h-0c1fffh
  15.           Choice "Segment C200" pos[0]=0001XXXXb mem 0c2000h-0c3fffh
  16.           Choice "Segment C400" pos[0]=0010XXXXb mem 0c4000h-0c5fffh
  17.           Choice "Segment C600" pos[0]=0011XXXXb mem 0c6000h-0c7fffh
  18.           Choice "Segment C800" pos[0]=0100XXXXb mem 0c8000h-0c9fffh
  19.           Choice "Segment CA00" pos[0]=0101XXXXb mem 0ca000h-0cbfffh
  20.           Choice "Segment CC00" pos[0]=0110XXXXb mem 0cc000h-0cdfffh
  21.           Choice "Segment CE00" pos[0]=0111XXXXb mem 0ce000h-0cffffh
  22.           Choice "Segment D000" pos[0]=1000XXXXb mem 0d0000h-0d1fffh
  23.           Choice "Segment D200" pos[0]=1001XXXXb mem 0d2000h-0d3fffh
  24.           Choice "Segment D400" pos[0]=1010XXXXb mem 0d4000h-0d5fffh
  25.           Choice "Segment D600" pos[0]=1011XXXXb mem 0d6000h-0d7fffh
  26.           Choice "Segment D800" pos[0]=1100XXXXb mem 0d8000h-0d9fffh
  27.           Choice "Segment DA00" pos[0]=1101XXXXb mem 0da000h-0dbfffh
  28.           Choice "Segment DC00" pos[0]=1110XXXXb mem 0dc000h-0ddfffh
  29.           Choice "Segment DE00" pos[0]=1111XXXXb mem 0de000h-0dffffh
  30.         Help
  31.          "Select one of these base addresses for the ARCNET Controller's
  32.          RAM buffer.  Be sure the address you select has not been
  33.          used by any other expansion card (a conflict is indicated by
  34.          an asterisk)."
  35.  
  36. nameditem
  37.         Prompt  "I/O Port Address Range"
  38.           Choice "02E0-02E7" pos[1]=XXXX0000b io 02e0h-02e7h
  39.           Choice "0300-0307" pos[1]=XXXX0001b io 0300h-0307h
  40.           Choice "0350-0357" pos[1]=XXXX0010b io 0350h-0357h
  41.           Choice "1988-198F" pos[1]=XXXX0011b io 1988h-198fh
  42.           Choice "2010-2017" pos[1]=XXXX0100b io 2010h-2017h
  43.           Choice "5678-567f" pos[1]=XXXX0101b io 5678h-567fh
  44.           Choice "5900-5907" pos[1]=XXXX0110b io 5900h-5907h
  45.           Choice "8088-808F" pos[1]=XXXX0111b io 8088h-808fh
  46.           Choice "8910-8917" pos[1]=XXXX1000b io 8910h-8917h
  47.           Choice "9C80-9C87" pos[1]=XXXX1001b io 9c80h-9c87h
  48.           Choice "ADB8-ADBF" pos[1]=XXXX1010b io 0adb8h-0adbfh
  49.           Choice "B4E8-B4EF" pos[1]=XXXX1011b io 0b4e8h-0b4efh
  50.           Choice "BAD8-BADF" pos[1]=XXXX1100b io 0bad8h-0badfh
  51.           Choice "D0D0-D0D7" pos[1]=XXXX1101b io 0d0d0h-0d0d7h
  52.           Choice "E8D0-E8D7" pos[1]=XXXX1110b io 0e8d0h-0e8d7h
  53.           Choice "F8E8-F8EF" pos[1]=XXXX1111b io 0f8e8h-0f8efh
  54.         Help
  55.          "Select one of these address ranges for the ARCNET Controller's
  56.          I/O Ports.  Be sure the address range you select has not been
  57.          used by any other expansion card (a conflict is indicated
  58.          by an asterisk)."
  59.  
  60. nameditem
  61.         Prompt  "Interrupt Level"
  62.           Choice  "IRQ 2 (9)"  pos[0]=XXXX100Xb int 9
  63.           Choice  "IRQ 3"  pos[0]=XXXX000Xb int 3
  64.           Choice  "IRQ 4"  pos[0]=XXXX001Xb int 4
  65.           Choice  "IRQ 5"  pos[0]=XXXX010Xb int 5
  66.           Choice  "IRQ 7"  pos[0]=XXXX011Xb int 7
  67.           Choice  "IRQ 10" pos[0]=XXXX101Xb int 10
  68.           Choice  "None "  pos[0]=XXXX111Xb
  69.         Help
  70.          "Select an Interrupt Level for the ARCNET Controller.
  71.           It is strongly recommended that you select an interrupt
  72.           level that has not been used by any other expansion card."
  73.  
  74. nameditem
  75.         Prompt  "Node Address High Digit"
  76.           Choice  "F" pos[2]=1111XXXXb
  77.           Choice  "E" pos[2]=1110XXXXb
  78.           Choice  "D" pos[2]=1101XXXXb
  79.           Choice  "C" pos[2]=1100XXXXb
  80.           Choice  "B" pos[2]=1011XXXXb
  81.           Choice  "A" pos[2]=1010XXXXb
  82.           Choice  "9" pos[2]=1001XXXXb
  83.           Choice  "8" pos[2]=1000XXXXb
  84.           Choice  "7" pos[2]=0111XXXXb
  85.           Choice  "6" pos[2]=0110XXXXb
  86.           Choice  "5" pos[2]=0101XXXXb
  87.           Choice  "4" pos[2]=0100XXXXb
  88.           Choice  "3" pos[2]=0011XXXXb
  89.           Choice  "2" pos[2]=0010XXXXb
  90.           Choice  "1" pos[2]=0001XXXXb
  91.           Choice  "0" pos[2]=0000XXXXb
  92.         Help
  93.          "Each ARCNET Controller must be assigned a unique node
  94.          address or node ID in the range 01 to FF hexadecimal
  95.          (1 to 255 decimal).  Select one of these addresses for
  96.          the most significant hexadecimal digit."
  97.  
  98. nameditem
  99.         Prompt  "Node Address Low Digit"
  100.           Choice  "F" pos[2]=XXXX1111b
  101.           Choice  "E" pos[2]=XXXX1110b
  102.           Choice  "D" pos[2]=XXXX1101b
  103.           Choice  "C" pos[2]=XXXX1100b
  104.           Choice  "B" pos[2]=XXXX1011b
  105.           Choice  "A" pos[2]=XXXX1010b
  106.           Choice  "9" pos[2]=XXXX1001b
  107.           Choice  "8" pos[2]=XXXX1000b
  108.           Choice  "7" pos[2]=XXXX0111b
  109.           Choice  "6" pos[2]=XXXX0110b
  110.           Choice  "5" pos[2]=XXXX0101b
  111.           Choice  "4" pos[2]=XXXX0100b
  112.           Choice  "3" pos[2]=XXXX0011b
  113.           Choice  "2" pos[2]=XXXX0010b
  114.           Choice  "1" pos[2]=XXXX0001b
  115.           Choice  "0" pos[2]=XXXX0000b
  116.         Help
  117.          "Each ARCNET Controller must be assigned a unique node
  118.          address or node ID in the range 01 to FF hexadecimal
  119.          (1 to 255 decimal).  Select one of these addresses for
  120.          the least significant hexadecimal digit."
  121.  
  122. nameditem
  123.         Prompt  "Network Timeout Parameter"
  124.           Choice  "Normal"  pos[1]=11XXXXXXb
  125.           Choice  "Med L"   pos[1]=10XXXXXXb
  126.           Choice  "Med H"   pos[1]=01XXXXXXb
  127.           Choice  "Maximum" pos[1]=00XXXXXXb
  128.         Help
  129.          "Select one of these addresses for the ARCNET Controller's
  130.          Timeout Parameter.  Be sure to select the same parameter
  131.          for all the controllers on the network.  Under normal
  132.          circumstances, select <Normal>."
  133.